From a2f005d9a0229d5dcf30fd67eec51babfb3e500e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Apr 2011 12:25:53 -0400 Subject: [PATCH] GtkCellAreaBoxPrivate: Improve struct packing --- gtk/gtkcellareabox.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkcellareabox.c b/gtk/gtkcellareabox.c index 213f61b85c..38ba114f33 100644 --- a/gtk/gtkcellareabox.c +++ b/gtk/gtkcellareabox.c @@ -201,8 +201,6 @@ static GSList *get_allocated_cells (GtkCellAreaBox *box, struct _GtkCellAreaBoxPrivate { - GtkOrientation orientation; - /* We hold on to the previously focused cell when navigating * up and down in a horizontal box (or left and right on a vertical one) * this way we always re-enter the last focused cell. @@ -215,6 +213,7 @@ struct _GtkCellAreaBoxPrivate GSList *contexts; + GtkOrientation orientation; gint spacing; /* We hold on to the rtl state from a widget we are requested for -- 2.30.2